projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
255c7da
)
(Fmove_to_window_line): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 4 Aug 1998 03:16:57 +0000
(
03:16
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 4 Aug 1998 03:16:57 +0000
(
03:16
+0000)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index 06d5fcf26fe2dd3466ac27a045404f5d4b6077d9..a297a177c4ec75e5eaa67b71341d3b4839e80479 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-3195,8
+3195,8
@@
DEFUN ("move-to-window-line", Fmove_to_window_line, Smove_to_window_line,
1, 1, "P",
"Position point relative to window.\n\
With no argument, position point at center of window.\n\
-An argument specifies
frame line; zero means top of window,
\n\
-negative means relative to bottom of window.")
+An argument specifies
vertical position within the window;
\n\
+
zero means top of window,
negative means relative to bottom of window.")
(arg)
register Lisp_Object arg;
{